Swift Server Side - Kitura (1) Install
Swift
Kitura
Server Side
IBM
Install
What is Kitura
Kitura is a web framework and web server that is created for web services written in Swift
Kitura Github Repo
寫一下 Mac 上的安裝流程,也當成紀錄
環境
MacOS 10.15.1
Xcode 11.2.1
### 1. 安裝 Homebrew #### Homebrew Link
Homebrew 安裝指令
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. 安裝 Kitura
brew install kitura
3. init Project
先前往你想要放專案的位置,並且開一個空的資料夾,資料夾名稱會成為你的專案名稱
kitura init
4. 建立 Xcode 專案
在專案資料夾
swift package generate-xcodeproj
就會得到 <專案名稱>.xcodeproj